home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000127_icon-group-sender _Mon Jun 7 09:37:14 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id JAA23547
  4.     for icon-group-addresses; Mon, 7 Jun 1999 09:37:04 -0700 (MST)
  5. Message-Id: <199906071637.JAA23547@baskerville.CS.Arizona.EDU>
  6. Delivered-To: icon-group@silliac.cs.arizona.edu
  7. From: Art Eschenlauer <art.eschenlauer@sufsys.com>
  8. To: "'guy@orion.math.tau.ac.il'" <guy@orion.math.tau.ac.il>
  9. Cc: "'icon-group@optima.CS.Arizona.EDU'" <icon-group@optima.CS.Arizona.EDU>
  10. Subject: RE: parsing java .class files
  11. Date: Mon, 7 Jun 1999 10:27:01 -0500 
  12. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  13. Status: RO
  14.  
  15. Why not use a java decompiler?
  16. I use JAD.EXE for Win NT/9x.
  17. It is a fast, slick, one file, no-messing-with-the-registry C++ program
  18. that converts .class files into .java files.
  19. It can even convert .jars into the a java source tree.
  20. You can find out more at
  21. http://meurrens.ml.org/ip-Links/Java/CodeEngineering/jad15.html
  22.  
  23. -----Original Message-----
  24. From: guy@orion.math.tau.ac.il [mailto:guy@orion.math.tau.ac.il]
  25. Sent: Friday, June 04, 1999 5:46 PM
  26. To: icon-group@optima.CS.Arizona.EDU
  27. Subject: parsing java .class files
  28.  
  29.  
  30. Hi all, does anybody have an icon library for reading java 
  31. .class files that they are willing to share? (Jcon seems to 
  32. come with one for writing .class files, not reading)
  33. thanks,
  34. guy
  35.